projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfb19b
)
Use gpslibusb for non-*darwin* targets.
author
oliskoli
<oliskoli>
Thu, 27 Dec 2007 22:28:32 +0000
(22:28 +0000)
committer
oliskoli
<oliskoli>
Thu, 27 Dec 2007 22:28:32 +0000
(22:28 +0000)
configure
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 23e6bf99ce33ec0ab296de7dea79cfdef69493b4..440243ea5b4dc0b321909942c8e4855a4ad87230 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-4311,6
+4311,10
@@
fi
else
OSJEEPS=jeeps/gpsusbstub.o
fi
+ ;;
+ *)
+ OSJEEPS=jeeps/gpslibusb.o
+ ;;
esac
CFLAGS="$OCFLAGS"
# LIBS="$LIBS `libusb-config --libs`"
diff --git
a/configure.in
b/configure.in
index e9b86273b2c2942a23ab518ec5284a9d03d32dd5..615ba03a8221758d24752b12004b2fd895896578 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-188,6
+188,10
@@
case "$target" in
else
OSJEEPS=jeeps/gpsusbstub.o
fi
+ ;;
+ *)
+ OSJEEPS=jeeps/gpslibusb.o
+ ;;
esac
CFLAGS="$OCFLAGS"
# LIBS="$LIBS `libusb-config --libs`"